projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e23f2b
)
* s/linux.h (SIGNALS_VIA_CHARACTERS): Don't #define this.
author
Jim Blandy
<jimb@redhat.com>
Wed, 9 Jun 1993 12:53:35 +0000
(12:53 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Wed, 9 Jun 1993 12:53:35 +0000
(12:53 +0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index 1499d8194660fffb22fbadcb75d871adaec1a7a1..8b481207ec23c7135e10eea2c8168cffe1a3c4ed 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-209,5
+209,6
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Work around a bug in glibc with _longjmp. */
#define C_SWITCH_SYSTEM -D_BSD_SOURCE
-/* Let's try this out, just in case. */
-#define SIGNALS_VIA_CHARACTERS
+/* Let's try this out, just in case.
+ Nah. Rik Faith <faith@cs.unc.edu> says it doesn't work well. */
+/* #define SIGNALS_VIA_CHARACTERS */